home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / VIVIDUS / QD3D.SIT / qd3d / gouraud.h < prev    next >
Text File  |  1991-07-18  |  761b  |  20 lines

  1. /*    ======================================================================
  2.  
  3.     This header file is Copyright 1991 by Vividus Consulting.
  4.     
  5.     This is not public domain source code.  You may not copy and
  6.     paste from this source code.  Read your Vividus Licensing
  7.     agreement for details and other restrictions.
  8.     
  9.     WARNING:
  10.     
  11.     Everything in this file is private to the qd3d library and highly
  12.     subject to change.
  13.  
  14.     ======================================================================    */
  15.     
  16. void    PlotC3dPoint(FixedVector *x, FixedVector *c);
  17. void    C3dLine(FixedVector *p1, FixedVector *p2, FixedVector *c1, FixedVector *c2);
  18. void    ScanC3dLine(FixedVector *l, FixedVector *r, FixedVector *cl, FixedVector *cr);
  19. void    GouraudShade(int n, FixedVector v[], FixedVector vc[]);
  20.